-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix disabledTime not working when there is no default value #680
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@qyjandroid @SnowingFox @Yuiai01 @MadCcc @zombieJ Pleas help to check this. |
Codecov Report
@@ Coverage Diff @@
## master #680 +/- ##
==========================================
+ Coverage 98.90% 98.94% +0.04%
==========================================
Files 56 56
Lines 2457 2457
Branches 733 734 +1
==========================================
+ Hits 2430 2431 +1
+ Misses 25 24 -1
Partials 2 2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
e975441
to
8cd0de2
Compare
8cd0de2
to
85e57bb
Compare
这里默认返回0,如果禁用0-5,感觉还是会默认设置为00:00:00,应该还存在问题。 |
改了下看看行不行 |
应该没啥问题了 |
合并 #666 的差异一起看, 变动是这些: |
ref: #666
fix ant-design/ant-design#44289 again.